home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (UK) 5 / CDRT5.iso / mac / Treasure Hunt / THF / shared.Dxr / 00986_helpbutton.ls < prev    next >
Encoding:
Text File  |  1994-07-28  |  187 b   |  12 lines

  1. on mouseUp
  2.   global captain
  3.   if captain then
  4.     puppetSound("help")
  5.     updateStage()
  6.     repeat while the soundBusy of 1
  7.       nothing()
  8.     end repeat
  9.     puppetSound(0)
  10.   end if
  11. end
  12.